home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / Makefile < prev   
Encoding:
Makefile  |  1991-12-18  |  837 b   |  30 lines

  1. #
  2. # Prototype Makefile for a top-level directory.  When makes are invoked
  3. # here, this Makefile simply arranges for them to be passed on to each
  4. # of its subdirectories.
  5. #
  6. # This Makefile is automatically generated.
  7. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  8. #
  9. # Generated from /sprite/lib/mkmf/Makefile.top
  10. # Wed Dec 18 14:03:30 PST 1991
  11. #
  12. # For more information, refer to the mkmf manual page.
  13. #
  14. # $Header: /sprite/lib/mkmf/RCS/Makefile.top,v 1.5 89/10/09 21:28:23 rab Exp $ SPRITE (Berkeley)
  15. #
  16. # Allow mkmf
  17.  
  18. MACHINES    = 
  19. NAME        = boot
  20. SUBDIRS        = decprom diskBoot.OpenProm err generic netBoot netBoot.OpenProm netBoot.new scsiDiskBoot scsiDiskBoot.old scsiTapeBoot sunprom test1 xyDiskBoot
  21. DISTDIR        ?= /dist/sprite/src/boot
  22.  
  23. SYSMAKEFILE    = top.mk
  24.  
  25. #if exists(local.mk)
  26. #include    "local.mk"
  27. #else
  28. #include    <$(SYSMAKEFILE)>
  29. #endif
  30.